FormData Methods
An object defining methods for the FormData class.
FromFormInstance(formInstance)
Creates an instance of FormData from a given FormInstance.
Parameters:
formInstance (required): FormInstance
The form instance from which data will be extracted.
Returns:
Type: FormData
AFormDataobject populated with values from the provided form instance.
This is a sync method. Method runs synchronously.